-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#62: add option for specifying image #64
#62: add option for specifying image #64
Conversation
@marcuspoehls please take a look at reviewing/merging this as I'm keen to pull images from ECR rather than Docker Hub |
@Sam-Bate-ITV Hey Sam, thank you for your ping 🙂 I’ll review until tomorrow night |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sam-Bate-ITV Thank you for the pull request. I’ve added minor comments. Please have a look and maybe you find time to adjust the code? I would appreciate your help. Let’s push this feature over the finish line 🙂
Co-authored-by: Marcus Pöhls <[email protected]>
Hope it will be merged 🙏 |
@Sam-Bate-ITV why Redis in Readme?) |
I’ve published version |
Relates to and solves issue #62
Adding a new optional field for
mongodb-image
which defaults to the original 'mongo'. This allows users to instead use an alternative image like 'public.ecr.aws/docker/library/mongo', avoiding the rate limits of Docker Hub.Note that in this PR I also set the tests to use the image from Amazon's docker repo so that all the tests can run without hitting rate limit of Docker Hub meaning all the tests ran within a few minutes.